home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_1199 / 956 < prev    next >
Internet Message Format  |  1994-08-27  |  1KB

  1. From: "Kevin O'Donovan" <abaddon@nasoftwr.demon.co.uk>
  2. Subject: Re: Gem List (fwd)
  3. Date: Thu, 21 Jul 1994 11:10:10 +0100 (BST)
  4. In-Reply-To: <2e2cfd5016cbf5@elfhaven.ersys.edmonton.ab.ca> from "Michel Forget" at Jul 19, 94 09:57:36 pm
  5. Precedence: bulk
  6.  
  7. > Sigh.  _I_ use it.  (Yes, I feel stupid now, since now at least one reason
  8. > why I should not.)  Using malloc() is only a delay, though, for TOS 1.0
  9. > users.  If you allocate a lot of memory (like MasterBrowse does) then
  10. > malloc() will end up calling Malloc() more that sixteen times, and you
  11. > can say bye-bye to TOS 1.0.  Is there -another- reason why I should not
  12. > use it?
  13. Hmm, I've got an application which is used regularly (daily?) by perhaps 200
  14. people and it uses malloc and related functions heavily. I've had no
  15. complaints from Tos 1.0 users. And yes, at times it does allocate large
  16. chunks of memory. If you're worried about using more than 16 chunks at the
  17. same time then simply increase the size of block that malloc requests
  18. whenever it calls Malloc.
  19.  
  20. -- 
  21. Kevin O'Donovan
  22. abaddon@nasoftwr.demon.co.uk
  23. kebab@cix.compulink.co.uk
  24.  
  25. Red meat isn't bad for you. Fuzzy blue-green meat is bad for you.
  26.  
  27.